crypto/internal/fips140/mlkem.EncapsulationKey768.encapsulate (method)

2 uses

	crypto/internal/fips140/mlkem (current package)
		mlkem768.go#L343: 	return ek.encapsulate(&cc)
		mlkem768.go#L346: func (ek *EncapsulationKey768) encapsulate(cc *[CiphertextSize768]byte) (sharedKey, ciphertext []byte) {